-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoundInstances page #174
SoundInstances page #174
Conversation
…into dynamic-sound
✅ Deploy Preview for nimble-elf-d9d491 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I this is is well written and should be added |
Just wondering. Has anyone checked this yet? Otherwise, we can just get rid of this page. |
This is incredibly well made. |
Please can you fix the spotless issues and markdownlint issues present, and then LGTM. |
LGTM @IMB11 |
From Issue #70
Content
This page is split into several parts.
The page first explains how to create and use simple SoundInstances and then shows an example of how to make a sound system, which can modulate e.g. its volume and pitch based on the current sound phase and connected BlockEntity values.
Problems & Questions
The current page has not been cleaned up and spellchecked yet. The main reason I'm PRing this now is to ask for opinions.
I was about to delete the 3rd section (starting from the
Advanced SoundInstances
header) because of the scope of this topic. But it shows how abstract systems can be created. I'm pretty sure this "huge" in-depth example does not belong in the Fabric Docs, but I wanted to hear other opinions before I scrap all of that again.The Choices before I move into the clean-up phase:
This page uses but does not cover BlockEntities and custom S2C networking. Those should be handled on separate pages.